math/rand/v2.ChaCha8.readBuf (field)

10 uses

	math/rand/v2 (current package)
		chacha8.go#L19: 	readBuf [8]byte
		chacha8.go#L34: 	c.readBuf = [8]byte{}
		chacha8.go#L56: 		n = copy(p, c.readBuf[len(c.readBuf)-c.readLen:])
		chacha8.go#L66: 		byteorder.LePutUint64(c.readBuf[:], c.Uint64())
		chacha8.go#L67: 		n += copy(p, c.readBuf[:])
		chacha8.go#L82: 		c.readLen = copy(c.readBuf[len(c.readBuf)-len(buf):], buf)
		chacha8.go#L106: 		out = append(out, c.readBuf[len(c.readBuf)-c.readLen:]...)